home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / AppMaker 2.0b3 / Demo AppMaker 1.5 / Demo AppMaker™ / Demo AppMaker™.rsrc / TmCM_501_EachWindow < prev    next >
Encoding:
Text File  |  1992-04-08  |  658 b   |  32 lines

  1. %case sourcefile%
  2.     %if rsrcID > 999%
  3.         %genfile window U+windname+.cp%
  4.         %genfile window.h U+windname+.h%
  5.     %endif%
  6. %case includeWindow%
  7.     %if rsrcID > 999%
  8.         #ifndef __U%windname%__
  9.             #include "U%windname%.h"
  10.         #endif
  11.     %endif%
  12. %case dependency%
  13.     %if rsrcID > 999%
  14.         "{SrcApp}U%windname%.h" ∂
  15.     %endif%
  16. %case makeDepend%
  17.     %if rsrcID > 999%
  18.  
  19.         "{ObjApp}U%windname%.cp.o"%    %ƒ    "{SrcApp}U%windname%.cp" ∂
  20.                                         "{SrcApp}U%windname%.h" ∂
  21.                                         "{SrcApp}ResourceDefs.h" ∂
  22.                                         {CPlusLoad}
  23.     %endif%
  24. %case makeWindow%
  25.     %if rsrcID > 999%
  26.         aWindow = New%windname% (this);
  27.     %endif%
  28. %case linkFile%
  29.     %if rsrcID > 999%
  30.         "{ObjApp}U%windname%.cp.o" ∂
  31.     %endif%
  32.